home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-13 | 8.1 KB | 120 lines | [TEXT/EDIT] |
- diff -r misc/HISTORY /users/prof/colnet/SmallEiffel/misc/HISTORY
- 6c6
- < - Release - 0.99 -
- ---
- > - Release - 0.99 - Saturday February 17 1996
- 11c11
- < - Release - 0.98 -
- ---
- > - Release - 0.98 - Friday March 15 1996
- 14c14
- < - Release - 0.97 -
- ---
- > - Release - 0.97 - Thursday May 2 1996
- 18c18
- < - Release - 0.96 -
- ---
- > - Release - 0.96 - Friday May 10 1996
- 21a22,30
- >
- > - Release - 0.95 - Tuesday May 28 1996
- > It is now possible to inherit ARRAY.
- > It is now possible to inherit STRING.
- > Flag -cc of `compile_to_c' has changed.
- > The PLATFORM class is now conform to ELKS95.
- > Added feature `twin' (like the one of TowerEiffel) in GENERAL.
- > Added to_external/from_external in STRING.
- > Fixed some bugs in once precomputed routines.
- diff -r misc/HISTORY /users/prof/colnet/SmallEiffel/misc/HISTORYmisc/NOT_YET_IMPLEMENTED /users/prof/colnet/SmallEiffel/misc/NOT_YET_IMPLEMENTED
- 29,30d28
- < *** No option to add a directory in the loading path (try a bad
- < class name to have the fixed current path).
- 35,36c33,34
- < *** It is forbidden to inherit from ARRAY STRING INTEGER REAL INTEGER
- < CHARACTER BOOLEAN and DOUBLE
- ---
- > *** It is forbidden to inherit from INTEGER REAL INTEGER
- > CHARACTER BOOLEAN DOUBLE and POINTER
- 39a38
- > *** All tests in lib_test are not currently supported by `eval'
- diff -r misc/NOT_YET_IMPLEMENTED /users/prof/colnet/SmallEiffel/misc/NOT_YET_IMPLEMENTEDmisc/THANKS /users/prof/colnet/SmallEiffel/misc/THANKS
- 18,19c18,19
- < ** Valery CROIZIER: for some bug reports (in many mails :-), and
- < for C code optimization.
- ---
- > ** Valery CROIZIER: for some bug reports (in many many mails :-),
- > and for some hints to optimize the C code.
- 27a28,30
- > ** Brian STRELIOFF: reported some bugs and for giving me some
- > good hints for comptibility with C++ and warning message of
- > gcc.
- 45,47d47
- < * Brian STRELIOFF: reported some bugs and for giving me some
- < good hints for comptibility with C++ and warning message of
- < gcc.
- diff -r misc/THANKS /users/prof/colnet/SmallEiffel/misc/THANKSmisc/basic_test /users/prof/colnet/SmallEiffel/misc/basic_test
- 21a22
- > # echo $t
- 49,51c50,52
- < /bin/rm -f ./a.out
- < ${compile} $* TEST_ARGUMENTS make > /dev/null
- < ./a.out
- ---
- > /bin/rm -f testargs
- > ${compile} $* -o testargs TESTARGS make > /dev/null
- > testargs
- 53c54
- < ./a.out 1
- ---
- > testargs 1
- 55c56
- < ./a.out 2 arg2
- ---
- > testargs 2 arg2
- 56a58
- > /bin/rm -f testargs
- diff -r misc/basic_test /users/prof/colnet/SmallEiffel/misc/basic_testmisc/bootstrap /users/prof/colnet/SmallEiffel/misc/bootstrap
- 97c97
- < foreach cmd (compile compile_to_c finder pretty)
- ---
- > foreach cmd (compile compile_to_c eval finder pretty)
- Only in /users/prof/colnet/SmallEiffel/misc: self_eval_test
- diff -r misc/bootstrap /users/prof/colnet/SmallEiffel/misc/bootstrapmisc/self_test /users/prof/colnet/SmallEiffel/misc/self_test
- 13c13
- < echo Self Test Done.
- ---
- > echo Self Test of compile/compile_to_c Done.
- diff -r misc/self_test /users/prof/colnet/SmallEiffel/misc/self_testmisc/self_test.good_output /users/prof/colnet/SmallEiffel/misc/self_test.good_output
- 3c3
- < Testing ..................................................................................................................................................................................................................................................................................................................
- ---
- > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
- 21c21
- < Testing ..................................................................................................................................................................................................................................................................................................................
- ---
- > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
- 39c39
- < Testing ..................................................................................................................................................................................................................................................................................................................
- ---
- > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
- 57c57
- < Testing ..................................................................................................................................................................................................................................................................................................................
- ---
- > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
- 75c75
- < Testing ..................................................................................................................................................................................................................................................................................................................
- ---
- > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
- 93c93
- < Testing ..................................................................................................................................................................................................................................................................................................................
- ---
- > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
- 111c111
- < Testing ..................................................................................................................................................................................................................................................................................................................
- ---
- > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
- 127c127
- < Self Test Done.
- ---
- > Self Test of compile/compile_to_c Done.
-